home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- Modal dialog */
- /* Created %date% %time% by AppMaker */
-
- #define _H_%DlogName%
-
- #include "z%DlogName%.h"
- %for each item gen include.override%
-
- %for each item gen auxiliaryClass%
- /*----------*/
- class C%DlogName% : public Z%DlogName% {
- public:
- virtual void I%DlogName% (CDirectorOwner *aSupervisor);
- void UpdateMenus (void); // is override
- void DoCommand (long theCommand); // is override
-
- protected:
- void ProviderChanged (CCollaborator *aProvider,
- long reason,
- void* info); // is override
- %for each item gen auxiliaryMethod.decl%
-
- }; /* C%DlogName% */
-
- /*----------*/
- void Do%dlogname% (CDirectorOwner *aSupervisor);
-